CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - MFC 鼠标

搜索资源列表

  1. 锁定键盘与鼠标_src

    0下载:
  2. 锁定键盘与鼠标的源代码,c++/MFC-lock the keyboard and mouse of the source code, c / MFC
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:41505
    • 提供者:姜开机
  1. MFC绘制CAD曲线

    4下载:
  2. 用MFC编写的绘制CAD常用曲线的小程序,其中包括参数样条、Bezier曲线、B样条曲线。 使用了MFC模板,OpenGL函数库。支持鼠标交互式输入,在一个工程中完成了三种曲线的拟合.点击工具栏中的“曲线”,鼠标选择画线类型。选择之后,鼠标取点后,将画出你所想画的曲线。
  3. 所属分类:Windows编程

    • 发布日期:2009-03-31
    • 文件大小:137273
    • 提供者:xc_chu
  1. 鼠标放上就显示按钮说明AddTool

    0下载:
  2. vc之mfc,当鼠标滑过控件按钮时,就可以显示控件相关的说明.
  3. 所属分类:软件工程

    • 发布日期:2011-02-22
    • 文件大小:1390
    • 提供者:wwhwayne
  1. 悬停图像按钮

    1下载:
  2. 图片悬停按钮。可以设置正常、鼠标悬停状态图片。
  3. 所属分类:源码下载

    • 发布日期:2012-03-01
    • 文件大小:27725
    • 提供者:s_lb@sohu.com
  1. 通过鼠标点击画多边形的MFC界面

    1下载:
  2. 通过鼠标点击画多边形的MFC界面.每次鼠标左击时取得当前鼠标的位置,放到point类型数组中,直到点击了鼠标右键结束,Polygon drawing by mouse click in MFC enviroment. Every time when the mouse left-click to obtain the current mouse position, into an array of point type, click the right mouse button until th
  3. 所属分类:绘图程序

    • 发布日期:2016-01-25
    • 文件大小:2987008
    • 提供者:fairy
  1. HookaReg 系统钩子截获系统鼠标和键盘消息

    0下载:
  2. 编写了一个系统钩子截获系统鼠标和键盘消息和一个修改注册表启动项开机运行指定程序的基于MFC的对话框。Hook文件夹包括生成系统钩子的动态链接库的源文件;MyHook文件夹包括所生成的动态链接库和修改注册表启动项等源文件。生成的程序可以保护自己的电脑不被他人使用。注意:1.程序预留的系统启动入口为“Alt+j”(切记!!!);2.本程序在xp系统vc6.0 debug下编译通过(其他系统没试过);3.部分代码是根据本人电脑屏幕尺寸设计(请更改源码)。-Write a system hook int
  3. 所属分类:钩子与API截获

    • 发布日期:2017-04-09
    • 文件大小:2132191
    • 提供者:余福芳
  1. CursorPos.rar

    0下载:
  2. 这是一个基于MFC框架下时刻获得鼠标位置的代码,希望对于初学者有一定的帮助,This is a time framework based on MFC to obtain the mouse location code, hoping for some help for beginners
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:35574
    • 提供者:gfedcba
  1. PET.rar

    0下载:
  2. 简单的桌面宠物实现..可学到的技术:不规则窗体,MFC下动画显示..鼠标事件等,Easy implementation of desktop pet .. can learn the techniques: Irregular Forms, MFC mouse under the animation show case and so on ..
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:223201
    • 提供者:瞬儿
  1. MFC-CButtonST

    1下载:
  2. MFC实现了改变按钮外观的各项功能如改变按钮外观、鼠标交互改变按钮颜色、加载按钮图片等-MFC implements the change button to change the appearance of the various functions, such as the appearance of buttons, the mouse interaction to change the button colors, add pictures button
  3. 所属分类:Button control

    • 发布日期:2017-05-17
    • 文件大小:4957898
    • 提供者:zheyuqingsha
  1. sanweixuanzhuan

    0下载:
  2. 实现三维旋转,拖动鼠标测试。基于C++MFC编写而成,可运行。-Three-dimensional rotation, drag the mouse test. Based on written in C++ MFC, you can run.
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-08
    • 文件大小:1992047
    • 提供者:huangz
  1. MyDrawing

    0下载:
  2. mfc但文档程序例子,用鼠标拖动可以实现画圆或矩形-But the documentation procedures mfc example, draw a circle with the mouse drag can be achieved or rectangular
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:62961
    • 提供者:王柳
  1. mfc-shiyan2

    0下载:
  2. 鼠标画图 要求:1、左键按下去开始画线,抬起后结束画线;左键双击后在该点会画一个大小随机的四边形。 2、右键单击后在该点会画一个大小随机的圆;中键按下后会在屏幕上输出一行“用鼠标画图的实验”字符,颜色和字体可以自定义。 3、所有数据的存储要定义在文档类中,而且之前所有的图形都可以回显。不要求对程序生成的图形进行文件保存 -Mouse drawing requirements: 1, left it to start by drawing a line, raised his
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-16
    • 文件大小:4523563
    • 提供者:王建
  1. mfc

    0下载:
  2. 在MFC架构中,渲染一个立方体,directX,可以旋转,鼠标可响应-In the MFC framework, the rendering of a cube
  3. 所属分类:DirextX

    • 发布日期:2017-05-11
    • 文件大小:2759587
    • 提供者:雪夜
  1. Painter

    0下载:
  2. MFC的绘图程序,可以用鼠标绘制简单的图形,形成的主要是点状图-MFC
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-30
    • 文件大小:38487
    • 提供者:丁勇嘎
  1. draw_rectangle

    0下载:
  2. windows MFC编程,点击鼠标左键,在鼠标点击的区域,屏幕上画一个矩形-windows MFC programming, click the left mouse button, click the mouse region, draw a rectangle on the screen
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:36673
    • 提供者:高明
  1. MouseGesturesDemo

    0下载:
  2. 利用MFC写的一个鼠标手势识别的DEMO程序。-MFC write using a mouse gesture recognition of the DEMO program.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-28
    • 文件大小:87981
    • 提供者:郑轩
  1. MFC-mouse-control

    0下载:
  2. MFC鼠标响应、鼠标画线,鼠标响应关键就是对两个函数进行操作:OnLButtonDown和OnLButtonUp; 1、使用MFC AppWizard(exe)建立一个单文档MFC工程 2、首先要在CxxxView类的定义里加上后续必备的数据成员 -MFC mouse response, the mouse to draw lines
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-16
    • 文件大小:12893
    • 提供者:Neova
  1. 第9章 鼠标和键盘

    0下载:
  2. 鼠标和键盘这是一款非常好的智障软件,推荐(This is a very good mental retardation software, recommended)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:10240
    • 提供者:SDID
  1. MFC鼠标交互

    1下载:
  2. 基于visual c++,在MFC中使用鼠标交互进行涂鸦式绘制
  3. 所属分类:绘图程序

    • 发布日期:2019-03-02
    • 文件大小:16567497
    • 提供者:Shell505
  1. MFC鼠标拖拽

    1下载:
  2. MFC实现鼠标拖拽事件,鼠标抬起、滑动和鼠标释放各种事件
  3. 所属分类:对话框与窗口

« 12 3 4 5 6 7 8 9 10 ... 26 »
搜珍网 www.dssz.com